1bf215546Sopenharmony_ci### Before submitting your bug report:
2bf215546Sopenharmony_ci- Check if a new version of Mesa is available which might have fixed the problem.
3bf215546Sopenharmony_ci- If you can, check if the latest development version (git main) works better.
4bf215546Sopenharmony_ci- Check if your bug has already been reported here.
5bf215546Sopenharmony_ci- For any logs, backtraces, etc - use [code blocks](https://docs.gitlab.com/ee/user/markdown.html#code-spans-and-blocks), GitLab removes line breaks without this.
6bf215546Sopenharmony_ci   - Do not paste long logs directly into the description. Use https://gitlab.freedesktop.org/-/snippets/new, attachments, or a pastebin with a long expiration instead.
7bf215546Sopenharmony_ci- As examples of good bug reports you may review one of these - #2598, #2615, #2608
8bf215546Sopenharmony_ci
9bf215546Sopenharmony_ci
10bf215546Sopenharmony_ciOtherwise, fill the requested information below.
11bf215546Sopenharmony_ciAnd please remove anything that doesn't apply to keep things readable :)
12bf215546Sopenharmony_ci
13bf215546Sopenharmony_ci
14bf215546Sopenharmony_ciThe title should effectively distinguish this bug report from others and be specific to issue you encounter. When writing the title of the bug report, include a short description of the issue, the hardware/driver(s) affected and application(s) affected.
15bf215546Sopenharmony_ci
16bf215546Sopenharmony_ci
17bf215546Sopenharmony_ci### Description
18bf215546Sopenharmony_ci
19bf215546Sopenharmony_ciDescribe what you are doing, what you expect and what you're
20bf215546Sopenharmony_ciseeing instead. How frequent is the issue? Is it a one time occurrence? Does it appear multiple times but randomly? Can you easily reproduce it?
21bf215546Sopenharmony_ci
22bf215546Sopenharmony_ci"It doesn't work" usually is not a helpful description of an issue.
23bf215546Sopenharmony_ciThe more detail about how things are going wrong, the better.
24bf215546Sopenharmony_ci
25bf215546Sopenharmony_ci### Screenshots/video files
26bf215546Sopenharmony_ci
27bf215546Sopenharmony_ciFor rendering errors, attach screenshots of the problem and (if possible) of how it should look. For freezes, it may be useful to provide a screenshot of the affected game scene. Prefer screenshots over videos.
28bf215546Sopenharmony_ci
29bf215546Sopenharmony_ci### Log files (for system lockups / game freezes / crashes)
30bf215546Sopenharmony_ci
31bf215546Sopenharmony_ci- Backtrace (for crashes)
32bf215546Sopenharmony_ci- Output of `dmesg`
33bf215546Sopenharmony_ci- Hang reports: Run with `RADV_DEBUG=hang` and attach the files created in `$HOME/radv_dumps_*/`
34bf215546Sopenharmony_ci
35bf215546Sopenharmony_ci### Steps to reproduce
36bf215546Sopenharmony_ci
37bf215546Sopenharmony_ciHow can Mesa developers reproduce the issue? When reporting a game issue, start explaining from a fresh save file and don't assume prior knowledge of the game's story.
38bf215546Sopenharmony_ci
39bf215546Sopenharmony_ciExample:
40bf215546Sopenharmony_ci
41bf215546Sopenharmony_ci1. `Start new game and enter second mission (takes about 10 minutes)`
42bf215546Sopenharmony_ci2. `Talk to the NPC called "Frank"`
43bf215546Sopenharmony_ci3. `Observe flickering on Frank's body`
44bf215546Sopenharmony_ci
45bf215546Sopenharmony_ci### System information
46bf215546Sopenharmony_ci
47bf215546Sopenharmony_ciPlease post `inxi -GSC -xx` output ([fenced with triple backticks](https://docs.gitlab.com/ee/user/markdown.html#code-spans-and-blocks)) OR fill information below manually
48bf215546Sopenharmony_ci
49bf215546Sopenharmony_ci
50bf215546Sopenharmony_ci- OS: (`cat /etc/os-release | grep "NAME"`)
51bf215546Sopenharmony_ci- GPU: (`lspci -nn | grep VGA` or `lshw -C display -numeric`)
52bf215546Sopenharmony_ci- Kernel version: (`uname -a`)
53bf215546Sopenharmony_ci- Mesa version: (`glxinfo -B | grep "OpenGL version string"`)
54bf215546Sopenharmony_ci- Desktop environment: (`env | grep XDG_CURRENT_DESKTOP`)
55bf215546Sopenharmony_ci
56bf215546Sopenharmony_ci#### If applicable
57bf215546Sopenharmony_ci- Xserver version: (`sudo X -version`)
58bf215546Sopenharmony_ci- DXVK version:
59bf215546Sopenharmony_ci- Wine/Proton version:
60bf215546Sopenharmony_ci
61bf215546Sopenharmony_ci
62bf215546Sopenharmony_ci### Regression
63bf215546Sopenharmony_ci
64bf215546Sopenharmony_ciDid it used to work in a previous Mesa version? It can greatly help to know when the issue started.
65bf215546Sopenharmony_ci
66bf215546Sopenharmony_ci
67bf215546Sopenharmony_ci### API captures (if applicable, optional)
68bf215546Sopenharmony_ci
69bf215546Sopenharmony_ciConsider recording a [GFXReconstruct](https://github.com/LunarG/gfxreconstruct/blob/dev/USAGE_desktop.md) (preferred), [RenderDoc](https://renderdoc.org/), or [apitrace](https://github.com/apitrace/apitrace/blob/master/docs/USAGE.markdown) capture of the issue with the RADV driver active. This can tremendously help when debugging issues, but you're still encouraged to report issues if you can't provide a capture file.
70bf215546Sopenharmony_ci
71bf215546Sopenharmony_ci### Further information (optional)
72bf215546Sopenharmony_ci
73bf215546Sopenharmony_ciDoes the issue reproduce with the LLVM backend (`RADV_DEBUG=llvm`) or on the AMDGPU-PRO drivers?
74bf215546Sopenharmony_ci
75bf215546Sopenharmony_ciDoes your environment set any of the variables `ACO_DEBUG`, `RADV_DEBUG`, and `RADV_PERFTEST`?
76